Remove travis/appveyor caches
authorAlex Crichton <alex@alexcrichton.com>
Fri, 3 Mar 2017 17:50:10 +0000 (09:50 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 3 Mar 2017 17:50:10 +0000 (09:50 -0800)
.travis.yml
appveyor.yml

index 0145141dc67a06947fb868985a684d86fae33796..144f952af4dc6ae486db7c4a4e68610145d7aba6 100644 (file)
@@ -154,8 +154,3 @@ deploy:
     on:
       branch: auto-cargo
       condition: $DEPLOY = 1
-
-cache:
-  directories:
-    - $HOME/.cargo
-    - target/openssl
index 728be22513ca215d4e773974f0f6bc40f858698e..7b9e406a2c3d50589fb1c6c2f3e790e2d0ff84ae 100644 (file)
@@ -45,10 +45,6 @@ build: false
 test_script:
   - sh src/ci/run.sh %TARGET%
 
-cache:
-  - target
-  - C:\Users\appveyor\.cargo\registry
-
 before_deploy:
   - ps: |
         New-Item -Path deploy -ItemType directory